home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / tlaunch.exe / 0 / RCDATA / TFRM_PROGRESS / TFRM_PROGRESS.txt < prev   
Text File  |  1997-06-09  |  2KB  |  88 lines

  1. object frm_Progress: Tfrm_Progress
  2.   Left = 256
  3.   Top = 159
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'TurboLaunch'
  7.   ClientHeight = 155
  8.   ClientWidth = 417
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnClick = FormClick
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lab_Notice: TLabel
  19.     Left = 16
  20.     Top = 90
  21.     Width = 387
  22.     Height = 13
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = '<copyright Information>'
  26.     Transparent = True
  27.     OnClick = FormClick
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 16
  31.     Top = 124
  32.     Width = 387
  33.     Height = 9
  34.     Shape = bsTopLine
  35.   end
  36.   object lab_RegName: TLabel
  37.     Left = 16
  38.     Top = 106
  39.     Width = 387
  40.     Height = 13
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = '<registration information>'
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     Transparent = True
  50.     OnClick = FormClick
  51.   end
  52.   object pan_Logo: TPanel
  53.     Left = 16
  54.     Top = 16
  55.     Width = 387
  56.     Height = 68
  57.     BevelOuter = bvLowered
  58.     TabOrder = 0
  59.     OnClick = FormClick
  60.     object img_Logo: TImage
  61.       Left = 1
  62.       Top = 1
  63.       Width = 385
  64.       Height = 66
  65.       Align = alClient
  66.       AutoSize = True
  67.       Picture.Data = {<image000.bmp>}
  68.       OnClick = FormClick
  69.     end
  70.   end
  71.   object prog_Bar: TProgressBar
  72.     Left = 16
  73.     Top = 134
  74.     Width = 387
  75.     Height = 11
  76.     Min = 0
  77.     Max = 100
  78.     Position = 100
  79.     Step = 1
  80.     TabOrder = 1
  81.   end
  82.   object Timer1: TTimer
  83.     Enabled = False
  84.     Interval = 0
  85.     OnTimer = Timer1Timer
  86.   end
  87. end
  88.